Analyze data
Using SciPyR for data exploration, manipulation, building, and executing ML models
- Create a Python workbook and import libraries and dataBring data directly into SciPyR workbook through queries as a Pandas DataFrame. View the dataframe under 'Variables'
- Analyze key metrics, manipulate data, and identify patterns using SciPyRExplore the loan dataset to identify missing information and anomalies, visualize patterns, and summarize key insights
- Evaluate and run ML models on datasetsRun a series of classification algorithms on the loan dataset such as Logistic Regression, Decision Tree and evaluate what gives you the best results
- Done